home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
08
/
6
/
DISK0866.ZIP
/
INST2.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-08-28
|
1KB
|
33 lines
echo off
cls
echo Please Insert the DS SUPPLEMENT disk in drive %2:
pause
copy %2:namenum.dat \ds3d
copy %2:conline.dat \ds3d
copy %2:plcrunch.dat \ds3d
copy %2:text.txt \ds3d
copy %2:SST01 \ds3d\dsdata
copy %2:current.cfl \ds3d\dsfiles
copy %2:recent.cfl \ds3d\dsfiles
copy %2:convert.exe \ds3d\dsfiles
cls
echo Installation of Deep Space 3-D is now complete.
echo %1:\ds3d : Contains the program files and related data files
echo %1:\ds3d\dsdata : Contains the SST star database
echo %1:\ds3d\dsfiles : Contains comet data files (*.CFL), a program to
echo convert comet files to different formats
echo (CONVERT.EXE). This is also the directory where
echo output files from the program will be stored.
echo
echo A batch file (DS3D.BAT) has been added to the ROOT directory to take you to
echo the DS3D directory and execute the main program.
echo
echo Type DS3D now to run Deep Space 3-D.
echo
echo You will be asked for basic configuration information and information about
echo your primary and secondary observing sites. This information can be modified
echo at any time by choosing the CHANGE CONFIGURATION option at the main menu.
echo
echo Choose the HELP MENU option at the main menu to learn how to access all the
echo features available in the program.